home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / games.arc / EGGS.DOC < prev    next >
Encoding:
Text File  |  1980-01-01  |  590 b   |  13 lines

  1. PROGRAM NAME: EGGS.BAS
  2. AUTHOR:
  3. ABSTRACT: This is a very short and simple graphics display program
  4.         to generate random eggs (elipses) of random colors.
  5.         It is of little or no practical use to anyone, but is
  6.         interesting to watch for a while.  Also, beginning
  7.         programmers may learn a little about the RND function,
  8.         and the CIRCLE and PAINT commands.
  9. REQUIRES: Basica and a color graphics board and monitor.
  10. INSTRUCTIONS: Just start your system with BASICA, and type RUN"EGGS <cr>
  11.         Alternatively, from one of the menu programs, just type
  12.         the name of this program (EGGS)
  13.